Make it compatible with latest QMK (0.29.12)#4
Open
gwangyi wants to merge 11 commits intoEpomaker:mainfrom
Open
Make it compatible with latest QMK (0.29.12)#4gwangyi wants to merge 11 commits intoEpomaker:mainfrom
gwangyi wants to merge 11 commits intoEpomaker:mainfrom
Conversation
linker/wireless comes from https://github.com/hangshengkeji/qmk_firmware.
The top-left key matrix was 1,0, not 0,0. For the right-half, you can use -> key to enter DFU.
Low power battery saving is not working correctly. When the timeout comes, keyboard stuck forever. To use the keyboard, temporarily I disabled it.
1. EECONFIG_USER_DATABLOCK is no longer exposed. Replaced with public APIs nvm_eeconfig_(read|update)_user_datablock(). 2. Explicitly define UART related macros. qmk/qmk_firmware#24855 removed some of deprecated macros and it breaks wireless functionality. 3. keyboard_protocol is no longer exposed. Replaced with public APIs usb_device_state_(set|get)_protocol(). 4. Synced a raw_hid() call site in via.c. 5. eeconfig_(read|update)_keymap() has been changed.
|
@gwangyi saw a comment about getting sleep/wakeup to work in split65.c. Does low power mode work? |
Epomaker
approved these changes
Sep 10, 2025
Author
|
I couldn't figure out yet, but I can say the keyboard isn't waking up after entering low power mode. Also RGB matrix get stuck when it enters into the low power mode. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.